home *** CD-ROM | disk | FTP | other *** search
/ SVM Mac 133 / CD-ROM N°133 - Le CD-ROM des CD-ROM.iso / PARTCOM / control.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1995-11-07  |  133 b   |  10 lines

  1. on exitFrame
  2.   global control
  3.   if control = "oui" then
  4.     go(1, "logo")
  5.   end if
  6.   if control = "non" then
  7.     quit()
  8.   end if
  9. end
  10.